/* CSS Document*/

@font-face {
	font-family: "History";
	src: url("../fonts/History.woff2") format("woff2"), url("../fonts/History.woff") format("woff"), url("../fonts/History.ttf") format("truetype"), url("../fonts/History.eot") format("embedded-opentype"), url("../fonts/History.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'webfontregular';
	font-weight: 600;
	src: url('../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.eot');
	src: url('../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.woff2') format('woff2'), url('../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.woff') format('woff'), url('../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.ttf') format('truetype'), url('../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.svg#webfontregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* CSS Document*/
* {
	padding: 0px;
	margin: 0px;
	outline: 0 none;
}

a {
	text-decoration: none;
	color: #666;
	transition: all 0.5s ease 0s;
}

a:focus {
	outline: none;
}

a:hover {
	color: #e50012;
	text-decoration: none;
}

ul {
	list-style-type: none;
	margin-bottom: 0px;
}

li {
	vertical-align: bottom;
	zoom: 1;
}

img {
	border: 0px;
}

select {
	font-family:"黑体", Arial;
	color: #666;
	font-size: 12px;
}

textarea {
	font-family: "黑体", Arial
	color: #666;
	font-size: 12px;
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

th,
td {
	padding: 0;
}

input {
	vertical-align: middle;
	outline: none;
	font-size: 12px;
	font-family: "黑体", Arial
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	overflow: hidden;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	clear: both;
}

.hidden {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: inherit;
	margin: 0px;
}

p {
	margin: 0px;
}

em,
i {
	font-style: normal;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
}

@font-face {
	font-family: 'iconfont';
	/* project id 1670834 */
	src: url('https://at.alicdn.com/t/font_1670834_nnqeiloopp.eot');
	src: url('https://at.alicdn.com/t/font_1670834_nnqeiloopp.eot?#iefix') format('embedded-opentype'),
		url('https://at.alicdn.com/t/font_1670834_nnqeiloopp.woff2') format('woff2'),
		url('https://at.alicdn.com/t/font_1670834_nnqeiloopp.woff') format('woff'),
		url('https://at.alicdn.com/t/font_1670834_nnqeiloopp.ttf') format('truetype'),
		url('https://at.alicdn.com/t/font_1670834_nnqeiloopp.svg#iconfont') format('svg');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}


body {
	font-family: "黑体", Arial;
	background: #fff;
	color: #666;
	font-size: 12px;
	overflow-x: hidden !important;
}


.container {
	margin: 0px auto;
	max-width: 1400px;
	padding: 0px 100px;
}


.header {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 200;
	width: 100%;
	transition: all 0.5s ease 0s;
	height: 80px;
}


.header .logo {
	position: relative;
	height: 100%;
	float: left;
	margin-top: 10px;
}

.header .logo img {
	width: 128px;
	height: auto;
}

.header .logo a {
	position: relative;
	z-index: 10;
}

.header .logo::after {
	position: absolute;
	content: '';
	left: 0px;
	width: 100%;
	height: 100%;
	/*background: url(../images/logo.png) no-repeat;*/
	background-size: contain;
}


.scope {
	background: #fff;
	transition: all 0.5s ease 0s;
	box-shadow: 0px 0px 5px #ccc;
	position: fixed !important;
	z-index: 200;
}

.scope .nav .nLi h3 a {
	color: #333;
}

.scope .in_search a.fa i {
	color: #333;
}

.scope .in_yyqh {
	color: #333;
}

.scope .in_yyqh i {
	color: #333;
}

.scope .in_yyqh a {
	color: #333;
}

.scope .in_yyqh a:hover {
	color: #e50012;
}

.header .head_right {
	float: right;
}

.nav {
	height: 60px;
	position: relative;
	z-index: 10;
	text-align: center;
	float: right;
}

.nav .nLi {
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	text-align: center;

}

.nav .nLi h3 a {
	display: inline-block;
	color: #fff;
	font-weight: bold;
	height: 80px;
	box-sizing: border-box;
	font-size: 15px;
	text-align: center;
	line-height: 80px;
	white-space: nowrap;
	padding: 0px 10px;
	margin: 0px 10px;
	position: relative;
}



.nav .nLi h3 a:hover {
	color: #e50012;

}

.nav .nLi:hover h3 a {
	color: #e50012;
}

.nav .nLi .sub {
	display: none;
	overflow: hidden;
	background: #fff;
	box-shadow: 0px 2px 2px #ccc;
}

.nav .nLi:hover .sub {
	display: none;
	left: 0px;
	top: 80px;
	position: absolute;
	color: #333;
	padding: 0px 0px;
}

.nav .sub li {
	min-width: 105px;
	height: 38px;
	line-height: 38px;
	white-space: nowrap;
	border-bottom: 1px dashed #edecec;
}

.nav .sub li a {
	padding: 0px 10px;
	color: #333;
	display: block;
	font-size: 14px;
	text-align: center;
	border-left: 3px solid #fff;
	background: none !important;
}

.nav .sub a:hover {
	color: #e50012;
}


.nav .on h3 a {
	color: #e50012;
}


.nav .nLi .subb {
	display:none;
    overflow: hidden;
    position: absolute;
    width: 150px;
    background: #fff;
    left: -20px;
    top: 60px;
    font-size: 14px;
    line-height: 180%;
    padding: 0px 10px;
	border-radius: 0px 0px 10px 10px;
	border: 1px solid #f3f3f3;

}
.nav .nLi .subb li{
	border-bottom: 1px solid #f3f3f3;
	padding:5px;
}

.nav .nLi:hover .subb {
	display: block;
}




.navv {
	max-width: 1400px;
	padding: 0px 100px;
	height: 530px;
	margin: 0px auto;
	text-align: left;
	box-shadow: 0px 2px 0px #ccc;
	position: relative;
	
}

.navv::before{ width: 100%; content: ''; height: 100%; background: #333; left: -50%; top: 0px; position: absolute; z-index: 0;}

.navv::after{ width: 100%; content: ''; height: 100%; background: #fff; right:-50%; top: 0px;  position: absolute; z-index: 0;}

.navv .hd {
	height: 100%;
	float: left;
	width: 200px;
	background: #333;
	position: relative;
	z-index: 2;
}

.navv .hd ul {
	padding-top: 50px;
}

.navv .hd ul li {
	width: 100%;
	cursor: pointer;
	color: #fff;
	height: 50px;
	text-align: center;
	line-height: 50px;
	padding-left: 10px;
	font-size: 15px;
	font-weight: bold;
}

.navv .hd ul li p {
	letter-spacing: -0.5px;
	display: block;
	font-size: 15px;
	font-weight: normal;
}

.navv .hd ul li.on {
	background: #fff;
	color: #e50012;
}

.navv .ad {
	float: left;
	width: calc(100% - 200px);
	height: 530px;
	background: #fff;
	padding: 15px 20px;
	overflow-y: auto;
	position: relative;
	z-index: 2;
}

.navv .ad .search {
	height: 30px;
	border: 1px solid #ddd;
	width: 100%;
	overflow: hidden;
	display: flex;
	margin-bottom: 20px;
}

.navv .ad .search i {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #999;
}

.navv .ad .search .text {
	width: 100%;
	height: 30px;
	line-height: 30px;
	border: 0px;
	width: calc(100% - 30px);
	color: #666;
}

.navv .ad dl {
	width: 25%;
	padding: 0px 10px;
	display: inline-block;
	vertical-align: text-top;
	text-align: center;
}

.navv .ad dl dt {
	height: 35px;
	line-height: 35px;
}

.navv .ad dl dt a {
	color: #333;
	font-weight: bold;
	font-size: 14px;
	white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: block;
}

.navv .ad dl dt a:hover {
	color: #2432c9;
}

.navv .ad dl dd a{white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis; display: block;}

.navv .ad dl dd a:hover {
	color: #2432c9;
}


.in_search {
	position: relative;
	float: right;
	margin-left: 10px;
	margin-top: 27px;
	float: right;
}

.in_search a.fa i {
	color: #fff;
	font-size: 25px;
}

.in_search .close {
	display: none;
}

.search_xl {
	width: 100%;
	padding: 0px 5px;
	box-sizing: border-box;
	height: 40px;
	line-height: 40px;
}

.search_xl .text {
	border: 0px;
	background: none;
	height: 40px;
	line-height: 40px;
	width: 115px;
	color: #333;
	font-size: 14px;
	width: calc(100% - 25px);
}

.search_xl .anniu {
	width: 25px;
	height: 40px;
	vertical-align: sub;
	border: 0px;
	background: none;
	font-size: 18px;
	cursor: pointer;
}

.in_yyqh {
	float: right;
	padding-top: 23px;
	margin-left: 15px;
	font-size: 15px;
	color: #fff;
}

.in_yyqh i {
	font-size: 22px;
	color: #fff;
	vertical-align: sub;
}

.in_yyqh a {
	color: #fff;
}


.phone_btn {
	float: right;
	margin-top: 22px;
	display: none;
}

.phone_btn span {
	width: 20px;
	height: 17px;
	display: inline-block;
	position: relative;
}

.phone_btn span:before {
	content: '';
	width: 22px;
	height: 3px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
}

.phone_btn span:after {
	content: '';
	width: 22px;
	height: 3px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
}

.phone_btn span i {
	position: absolute;
	top: 50%;
	left: 0;
	width: 22px;
	height: 3px;
	background: #fff;
	margin-top: -2px;
}


.scope .phone_btn span:before {
	background: #333;
}

.scope .phone_btn span:after {
	background: #333;
}

.scope .phone_btn span i {
	background: #333;
}


.menu_box {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 11;
	background: rgba(0, 0, 0, 0.7);
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.menu_box.into {
	transform: translateX(0);
	-webkit-transform: translateX(0);
}

.menu_cot {
	width: 70%;
	height: 100%;
	background: #fff;
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.menu_box.into .menu_cot {
	transform: translateX(0);
	-webkit-transform: translateX(0);
	transition: all 0.3s 0.2s ease;
	-webkit-transition: all 0.3s 0.2s ease;
}



.menu_close {
	position: absolute;
	top: 0;
	right: 0;
	width: 30%;
	height: 100%;
}

.menu_close img {
	width: 40px;
}

.menu_close a {
	padding: 10px;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
}


.in_banner {
	height: 100vh;
	position: relative;
}

.in_banner .swiper-slide {
	position: relative;
	background-size: cover;
	background-position: center center;
}

.in_banner .swiper-slide .b_img {
	display: none;
}

.in_banner .swiper-slide .b_img img {
	width: 100%;
	height: auto;
}

.in_banner .swiper-slide video{ width: 100%; height: 100%; object-fit: cover;}

.in_banner .swiper-slide .nr {
	position: absolute;
	width: auto;
	left: 10%;
	top: 0px;
	height: 100%;
	color: #fff;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	text-shadow: 0px 2px 2px #000;
}

.in_banner .swiper-slide .nr h2 {
	font-size: 30px;
	text-align: center;
}

.in_banner .swiper-slide .nr h3 {
	display: block;
	width: 1px;
	height: 35px;
	background: #fff;
	margin: 10px auto;
}

.in_banner .swiper-slide .nr p {
	font-size: 12px;
	text-align: center;
}

.in_banner .swiper-slide .nr {
	opacity: 0;
	transition: all 5s ease;
}

.in_banner .swiper-slide-active .nr {
	opacity: 1;
}

.in_banner .swiper-pagination span {
	width: 16px;
	height: 16px;
	opacity: 1;
	background: #fff;
}

.in_banner .swiper-pagination span.swiper-pagination-bullet-active {
	background: #e50012;
}



.in_box {
	background: url(../images/in_boxmap.png) no-repeat center right;
	background-size: 60%;
	padding: 80px 0px;
}

.in_box_1 {
	width: 60%;
}

.in_box_1 .bt {
	padding-right: 10%;
}

.in_box_1 .bt h2 {
	font-size: 28px;
	color: #333;
	padding-bottom: 20px;
}

.in_box_1 .bt p {
	font-size: 18px;
}

.in_box_1 ul {
	display: flex;
	margin-top: 60px;
}

.in_box_1 ul li {
	width: 25%;
	font-size: 20px;
	text-align: center;
	border-right: 1px solid #ccc;
}

.in_box_1 ul li h2 i {
	display: block;
	font-size: 45px;
	color: #999;
}

.in_box_1 ul li h3 {
	font-size: 22px;
	color: #999;
}

.in_box_1 ul li h3 span {
	display: inline-block;
	color: #2534c5;
	font-size: 70px;
	font-weight: bold;
	margin-right: 5px;
}

.in_box_1 ul li:nth-last-child(1) {
	border: 0px;
}

.in_box1 {
	background: #f9faff;
	padding: 50px 60px;
}

.in_box1 .bt {
	text-align: center;
	color: #333;
	font-size: 28px;
	margin-bottom: 50px;
}

.in_box1 .bt p{font-size: 16px;
    color: #999;
    display: block;
    padding-top: 20px;}

.in_box1_nr {
	width: 100%;
	height: 100%;
}

.in_box1_nr .swiper-slide {
	font-size: 18px;
	background: #fff;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition: 300ms;
	transform: scale(0.8);
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}

.in_box1_nr .swiper-slide-active,
.swiper-slide-duplicate-active {
	transform: scale(1);
}

.in_box1_nr .swiper-slide h2 {
	display: block;
	overflow: hidden;
	transform: scale(1);
	transition: all 0.3s ease 0s;
	background-size: 100%;
    background-repeat: no-repeat;
	background-position: center center;
}

.in_box1_nr .swiper-slide:hover h2 {
	transform: scale(1.05);
	transition: all 0.3s ease 0s;
}

.in_box1_nr .swiper-slide h2 img {
	width: 100%;
	height: auto;
}

.in_box1_nr .swiper-slide a {
	display: block;
	position: absolute;
	border-radius: 10px;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
	padding: 5%;
}

.in_box1_nr .swiper-slide::after {
	background: rgba(255, 255, 255, 0.6);
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}

.in_box1_nr .swiper-slide a .nr {
	position: absolute;
	bottom: 5%;
	left: 5%;
	color: #fff;
	width: 50%;
}

.in_box1_nr .swiper-slide a .nr h2 {
	transform: scale(1);
	font-size: 22px;
	padding-bottom: 10px;
	white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: block;

}

.in_box1_nr .swiper-slide a .nr p {
	font-size: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.in_box1_nr .swiper-slide a .more {
	color: #fff;
	width: 35%;
	position: absolute;
	bottom: 5%;
	right: 5%;
	text-align: right;
	display: none;
}

.in_box1_nr .swiper-slide a .more img {
	width: 40%;
}

.in_box1_nr .swiper-slide-active a {
	background: linear-gradient(rgba(47, 51, 114, 0), rgba(47, 51, 114, 0.8));
}

.in_box1_nr .swiper-slide-active::after {
	display: none;
}

.in_box1_nr .swiper-slide-active a .more {
	display: block;
}

.in_box1_nr .swiper-button-next {
	right: 31%;
}

.in_box1_nr .swiper-button-prev {
	left: 31%;
}

.in_box2 {
	padding: 50px 0px;
}

.in_box2 .bt {
	text-align: center;
	color: #333;
	font-size: 28px;
	margin-bottom: 50px;
}

.in_box2 .bt p {
	font-size: 16px;
	color: #999;
	display: block;
	padding-top: 20px;
}

.in_box2_nr{ padding-bottom:50px !important;}

.in_box2_nr .swiper-slide {
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #ddd;
}

.in_box2_nr .swiper-slide .img {
	overflow: hidden;
	position: relative;
}

.in_box2_nr .swiper-slide .img h2 {
	transform: scale(1);
	transition: all 0.3s ease 0s;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
}

.in_box2_nr .swiper-slide .img h2 img {
	width: 100%;
	height: auto;
}

.in_box2_nr .swiper-slide:hover .img h2 {
	transform: scale(1.05);
	transition: all 0.3s ease 0s;
}

.in_box2_nr .swiper-slide .img a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	display: none;
	color: #fff;
	font-size: 16px;
	background: rgba(0, 0, 0, 0.6);
}

.in_box2_nr .swiper-slide .img a em {
	border-bottom: 2px solid #fff;
}

.in_box2_nr .swiper-slide .img:hover a {
	display: flex;
	align-items: center;
	justify-content: center;
}

.in_box2_nr .swiper-slide .nr {
	padding: 15px;
}

.in_box2_nr .swiper-slide .nr h2 a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333;
	font-size: 16px;
	text-align: center;
}

.in_box2_nr .swiper-slide .nr p {
	font-size: 13px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	display: none;
}

.in_box2_nr .swiper-slide .nr span {
	float: right;
}


.in_box2_nr .swiper-pagination span {
	width: 12px;
	height: 12px;
}

.in_box2_nr .swiper-pagination .swiper-pagination-bullet-active {
	background: #2d3bd0;
}


.in_box2 ul {
	margin: 0px -13px;
}

.in_box2 ul li {
	float: left;
	width: calc(33.3% - 26px);
	margin: 0px 13px;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #ddd;
}

.in_box2 ul li .img {
	overflow: hidden;
	position: relative;
}

.in_box2 ul li .img h2 {
	transform: scale(1);
	transition: all 0.3s ease 0s;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
}

.in_box2 ul li .img h2 img {
	width: 100%;
	height: auto;
}

.in_box2 ul li:hover .img h2 {
	transform: scale(1.05);
	transition: all 0.3s ease 0s;
}

.in_box2 ul li .img a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	display: none;
	color: #fff;
	font-size: 16px;
	background: rgba(0, 0, 0, 0.6);
}

.in_box2 ul li .img a em {
	border-bottom: 2px solid #fff;
}

.in_box2 ul li .img:hover a {
	display: flex;
	align-items: center;
	justify-content: center;
}

.in_box2 ul li .nr {
	padding: 15px;
}

.in_box2 ul li .nr h2 a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333;
	font-size: 16px;
	padding-bottom: 10px;
}

.in_box2 ul li .nr p {
	font-size: 13px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.in_box2 ul li .nr span {
	float: right;
}

.in_box3 {
	background: #f9faff;
	padding: 50px 0px;
}

.in_box3 .bt {
	text-align: center;
	color: #333;
	font-size: 28px;
	margin-bottom: 35px;
}

.in_box3 .bt p {
	font-size: 16px;
	color: #999;
	display: block;
	padding-top: 20px;
}

.in_box3_nr {
	padding-bottom: 60px !important;
}

.in_box3_nr .swiper-slide h2 {
	width: 100%;
	max-width: 220px;
	margin: 0px auto;
	margin-bottom: 10px;
	background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.in_box3_nr .swiper-slide h2 img {
	width: 100%;
	height: auto;
}

.in_box3_nr .swiper-slide p {
	text-align: center;
	font-size: 16px;
	text-align: center;
	margin: 0px auto;
	max-width: 270px;
	color: #333;
}

.in_box3_nr .swiper-pagination span {
	width: 12px;
	height: 12px;
}

.in_box3_nr .swiper-pagination .swiper-pagination-bullet-active {
	background: #2d3bd0;
}


.in_box4 {
	background: #fff;
	padding: 50px 0px;
}

.in_box4 .bt {
	text-align: center;
	color: #333;
	font-size: 28px;
	margin-bottom: 35px;
}

.in_box4 .bt p {
	font-size: 16px;
	color: #999;
	display: block;
	padding-top: 20px;
}

.in_box4_nr {
	max-width: 1400px;
	margin: 0 auto;
	height: auto;
	position: relative;
	padding-top: 40px;
}

.in_box4_nr .prev,
.in_box4_nr .next {
	position: absolute;
	cursor: pointer;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 30px;
	box-shadow: 0px 0px 15px rgba(35, 52, 200, 0.4);
	border-radius: 50%;
	background: #fff;
	z-index: 10;
}

.in_box4_nr .prev {
	left: 0px
}

.in_box4_nr .next {
	right: 0px;
}


.in_box4_nr .slide_wrap {
	overflow: hidden;
	position: relative
}

.in_box4_nr .slide_wrap ul {
	position: relative;
	left: 0;
}

.in_box4_nr .slide_wrap::after {
	width: 100%;
	height: 1px;
	background-color: #2334c8;
	content: '';
	position: absolute;
	top: 20px;
	left: 0
}

.in_box4_nr .slide_items li {
	float: left;
	font-size: 20px;
	width: 180px;
	text-align: center
}

.in_box4_nr .slide_items li a {
	display: block
}

.in_box4_nr .slide_items li.on {
	color: #ff0;
	border-radius: 30px
}

.in_box4_nr .slide_items li span {
	color: #333;
	font-size: 18px;
	display: block
}

.in_box4_nr .slide_items li div {
	display: inline-block;
	width: 28px;
	height: 28px;
	border: 1px solid #2432c9;
	border-radius: 50%;
	padding: 6px;
	box-sizing: border-box;
	margin-top: 7px
}

.in_box4_nr .slide_items li i {
	display: block;
	width: 14px;
	height: 14px;
	background-color: #2432c9;
	border-radius: 50%;
}

.in_box4_nr .slide_items li.on div {
	display: inline-block;
	width: 28px;
	height: 28px;
	background-color: #2432c9;
	border-radius: 50%;
	padding: 8px;
	box-sizing: border-box;
	margin-top: 7px
}


.in_box4_nr .slide-content {
	margin-top: 60px
}

.in_box4_nr .slide-content img {
	width: 100%
}

.in_box4_nr .slide-content ul {
	display: none
}

.in_box4_nr .slide-content ul.on {
	display: block
}

.in_box4_nr .slide-content ul li {
	text-align: center;
	font-size: 21px;
}


.footer {
	background: url(../images/di_bj.png);
	position: relative;
}

.footer::after {
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.7);
	z-index: 0;
}

.footer1 {
	position: relative;
	z-index: 1;
	padding-top: 30px;
}

.footer1 .di_logo {
	padding: 50px 0px;
}

.footer1 .di_logo img {
	width: 220px;
	height: auto;
}

.footer1 .di_dh ul {
	width: 720px;
	float: left;
}

.footer1 .di_dh ul li {
	width: 20%;
	float: left;
	color: #fff;
}

.footer1 .di_dh ul li a {
	color: #fff;
}

.footer1 .di_dh ul li a:hover {
	text-decoration: underline;
}

.footer1 .di_dh ul li h2 {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 10px;
}

.footer1 .di_dh ul li p {
	font-size: 13px;
	line-height: 25px;
}

.footer1 .di_dh ul li p a {
	color: #ccc;
}

.footer1 .di_dh .di_tel {
	float: right;
	width: 200px;
	text-align: right;
}

.footer1 .di_dh .di_tel h2 {
	color: #fff;
	padding-bottom: 15px;
	font-size: 22px;
}

.footer1 .di_dh .di_tel h2 i {
	font-size: 32px;
	vertical-align: middle;
}

.footer1 .di_dh .di_tel h3{ display: flex; justify-content: center;}
.footer1 .di_dh .di_tel h3 span{ padding: 0px 5px;}
.footer1 .di_dh .di_tel h3 img{ width: 90px; height: auto;}
.footer1 .di_dh .di_tel h3 p{ text-align: center; color: #fff; padding: 3px 0px;}

.footer1 .di_dh .di_tel .bshare-custom {
	text-align: right;
}

.footer1 .di_dh .di_tel a.bshare-weixin {
	background: none;
	padding-left: 0px;
	margin-right: 5px;
	width: 40px;
	height: 40px;
	line-height: 45px;
	text-align: center;
	background: #fff;
	border-radius: 50%;
	color: #333;
	display: inline-block;
	position: relative;
}

.footer1 .di_dh .di_tel a.bshare-weixin::after{ position: absolute; content:'\f1d7'; font-family: FontAwesome; font-size: 22px; left: 7px; top: -2px;}

.footer1 .di_dh .di_tel a.bshare-weixin:hover {
	text-decoration: none;
	color: #2432c9;
	opacity: 1;
}

.footer1 .di_dh .di_tel a.bshare-sinaminiblog {
	background: none;
	padding-left: 0px;
	margin-right: 5px;
	width: 40px;
	height: 40px;
	line-height: 45px;
	text-align: center;
	background: #fff;
	border-radius: 50%;
	color: #333;
	display: inline-block;
	position: relative;
}

.footer1 .di_dh .di_tel a.bshare-sinaminiblog::after{ position: absolute; content:'\f18a'; font-family: FontAwesome; font-size: 22px; left: 7px; top: -2px;}

.footer1 .di_dh .di_tel a.bshare-sinaminiblog:hover {
	text-decoration: none;
	color: #2432c9;
	opacity: 1;
}

.footer1 .di_dh .di_tel a.bshare-qqim {
	background: none;
	padding-left: 0px;
	margin-right: 5px;
	width: 40px;
	height: 40px;
	line-height: 45px;
	text-align: center;
	background: #fff;
	border-radius: 50%;
	color: #333;
	display: inline-block;
	position: relative;
}

.footer1 .di_dh .di_tel a.bshare-qqim::after{ position: absolute; content:'\f1d6'; font-family: FontAwesome; font-size: 22px; left: 7px; top: -2px;}

.footer1 .di_dh .di_tel a.bshare-qqim:hover {
	text-decoration: none;
	color: #2432c9;
	opacity: 1;
}

.footer1 .di_dh .di_tel a i {
	margin-right: 3px;
	font-size: 22px;
}

.bsBox {
	width: 232px !important;
	height: 257px !important;
}

.footer2 {
	position: relative;
	z-index: 1;
	margin-top: 15px;
	border-top: 1px solid #999;
	padding: 10px 0px;
	color: #fff;
}

.footer2 a {
	color: #fff;
}

.footer2 a:hover {
	text-decoration: underline;
}

.slide_right {
	width: 60px;
	height: 332px;
	position: fixed;
	right: 0px;
	bottom: 300px;
	z-index: 99;
	display: none;
}

.slide_right li {
	width: 60px;
	height: 60px;
	margin-bottom: 3px;
	position: relative;
}

.s_tel {
	width: 270px;
	position: absolute;
	left: 0;
	top: 0;
}

.u_tel {
	width: 210px;
	height: 60px;
	float: left;
	background: #e2070b;
	line-height: 60px;
	text-align: center;
	font-size: 24px;
	font-family: cursive;
	letter-spacing: 1px;
	cursor: pointer;
	color: #fff
}

.slide_right li a {
	display: block;
	width: 60px;
	height: 60px;
	background: #666;
	color: #fff;
	transition: none;
	text-align: center;
	line-height: 22px;
	padding-top: 10px;
	float: left;
}

.slide_right li:hover a {
	background: #e2070b;
	text-align: center;
}

.slide_right li a i {
	display: block;
	margin: 0px auto;
	text-align: center;
	font-size: 35px;
}

.slide_right li .s_side {
	display: block;
	background: #666;
}

.slide_right.hade {
	display: block;
}

.slide_right li a.s_weixin {
	position: relative;
}

.slide_right li a.s_weixin .ew_tel {
	width: 160px;
	text-align: center;
	padding: 15px;
	height: auto;
	float: left;
	background: #df0000;
	left: -170px;
	top: 0px;
	font-size: 14px;
	cursor: pointer;
	color: #fff;
	position: absolute;
	display: none;
}

.slide_right li a.s_weixin .ew_tel img {
	width: 100%;
}

.slide_right li a.s_weixin .ew_tel:after {
	content: '';
	position: absolute;
	right: -10px;
	top: 20px;
	border-top: 10px solid transparent;
	border-left: 15px solid #df0000;
	border-bottom: 10px solid transparent;
}

.slide_right li a.s_weixin:hover .ew_tel {
	display: block;
}

.slide_right li a img.sq {
	width: 38px;
	height: 38px;
}


.ny_banner {
	height: 540px;
	background-size: cover;
	background-position: center center;
}

.ny_banner .container {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
}

.ny_banner h2 {
	font-size: 35px;
	padding-bottom: 20px;
	text-transform: uppercase;
	margin-top: 5%;
}

.ny_banner p {
	font-size: 19px;
	color: #ddd;
}

.ny_dh {
	height: 50px;
	background: #f7f7f7;
}

.ny_dh .container {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: end;
}

.ny_dh .container .lj {
	font-size: 13px;
	display: none;
}

.ny_dh .container .lj span {
	color: #336bd8;
}

.ny_dh .container .ny_dhh {
	display: flex;
}

.ny_dh .container .ny_dhh a {
	display: block;
	height: 50px;
	line-height: 48px;
	border-bottom: 1px solid #f7f7f7;
	margin: 0px 25px;
	font-size: 15px;
	position: relative;
}
.ny_dh .container .ny_dhh a:nth-child(1){ margin-left: 0px;}

.ny_dh .container .ny_dhh a::after {
	position: absolute;
	content: '';
	width: 1px;
	height: 20px;
	background: #ddd;
	right: -25px;
	top: 15px;
}

.ny_dh .container .ny_dhh a:nth-last-child(1) {
	margin-right: 0px;
}

.ny_dh .container .ny_dhh a:nth-last-child(1)::after {
	display: none;
}

.ny_dh .container .ny_dhh a:hover {
	color: #e50012;
}

.ny_dh .container .ny_dhh a.on {
	color: #e50012;
}
.ny_dh1{ display: block;}
.ny_dh1 .container {
	height: 40px;
	line-height: 40px;
	background: #fdfdfd;
	text-align: left;
}

.ny_dh1 .container a {
	font-size: 13px;
	padding-right: 20px;
	color: #999;
}

.ny_dh1 .container a:hover {
	color: #336bd8;
}

.ny_dh1 .container a.on {
	color: #336bd8;
}


.product {
	padding: 50px 0px;
}

.product ul {
	margin: 0px -2%;
}

.product ul .bt{ border-bottom: 1px solid #ddd; font-size: 15px; color: #333; margin: 0px 2%; padding-bottom: 8px; margin-bottom: 10px;}
.product ul .bt span{ float: right;}
.product ul .bt span a{ font-size: 13px;}

.product ul li {
	width: 21%;
	margin: 0px 2%;
	float: left;
	margin-bottom: 3%;
}

.product ul li .img {
	overflow: hidden;
	display: block;
}

.product ul li .img a {
	background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
	display: block;
	transform: scale(1);
	transition: all 0.3s ease 0s;
}

.product ul li .img a:hover {
	transform: scale(1.05);
	transition: all 0.3s ease 0s;
}

.product ul li .img a img {
	width: 100%;
	height: auto;
}

.product ul li .nr {
	padding-top: 10px;
}

.product ul li .nr h2 a {
	display: block;
	text-transform: uppercase;
	color: #336bd8;
	font-size: 20px;
	border-bottom: 1px solid #ddd;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 5px 0px;
}

.product ul li .nr h3 a {
	display: block;
	font-size: 16px;
	padding: 8px 0px;
	padding-bottom: 12px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.product ul li .nr h3 a:hover {
	color: #336bd8;
}

.product ul li .nr h4{ min-height: 25px; height: 46px;}

.product ul li .nr h4 em {
	background: #ebebeb;
	border-radius: 5px;
	padding: 2px 3px;
	text-align: center;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
}

.product ul li .nr h4 em:nth-last-child(1) {
	margin-right: 0px;
}

.product ul li .nr h4 em p a:hover {
	color: #336bd8;
}


/*CSS sabrosus style pagination*/
DIV.sabrosus {
	padding: 5px;
	MARGIN: 25px 3px 25px 3px;
	TEXT-ALIGN: center;
	font-size: 14px;
}

DIV.sabrosus A {
	padding: 5px 15px;
	border: #ccc 1px solid;
	COLOR: #444;
	margin: 0px 3px;
	text-decoration: none;
	background: #fff;
}

DIV.sabrosus A:hover {
	padding: 5px 15px;
	background: #336bd8;
	color: #336bd8;
	border: #336bd8 1px solid;
}

DIV.pagination A:active {
	padding: 5px 15px;
	background: #336bd8;
	color: #fff;
	MARGIN-RIGHT: 5px;
	border: #336bd8 1px solid;
}

DIV.sabrosus SPAN.current {
	padding: 5px 15px;
	background: #336bd8;
	color: #fff;
	border: #2b7bc6 1px solid;
}

DIV.sabrosus SPAN.disabled {
	padding: 5px 15px;
	border: #ccc 1px solid;
	COLOR: #444;
	MARGIN-RIGHT: 5px;
	text-decoration: none;
}


.product_xx{ padding: 30px 0px;}

.product_xx .container{ max-width: 1300px; margin: 0px auto;}

.product_xx1{ width:100%; text-align:left;  }
.product_xx1 .hd{ width: 100%; border-bottom: 1px solid #ddd;}
.product_xx1 .hd ul{ width: 100%;}
.product_xx1 .hd ul li{ float:left; padding:0 25px; font-size: 15px; color: #333; cursor:pointer; line-height: 35px;}
.product_xx1 .hd ul li.on{  background:#ddd;}
.product_xx1 .bd .nr{ padding: 20px 0px; font-size: 14px; line-height: 26px; color: #333; overflow-x: auto;}
.product_xx1 .bd .nr img{ max-width: 1200px;}


.solution{ padding: 30px 0px;}

.solution1 ul li {
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
	padding: 20px 15px;
}

.solution1 ul li:hover{ box-shadow: 10px 10px 10px 0px #eee;}


.solution1 ul li .nr {
	width: calc(100% - 170px);
	float: left;
}


.solution1 ul li .nr h2 a {
	display: block;
	font-size: 22px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-bottom: 10px; padding-left: 15px;
	position: relative;
}
.solution1 ul li .nr h2 a::after{ position: absolute; width: 5px; height: 5px; content: ''; border-radius: 50%; background: #666; left: 0px; top: 10px;}
.solution1 ul li:hover .nr h2 a::after{ position: absolute; width: 5px; height: 5px; content: ''; border-radius: 50%; background: #336bd8; left: 0px; top: 10px;}

.solution1 ul li .nr h2 a:hover {
	color: #336bd8;
}

.solution1 ul li .nr p {
	font-size: 14px;
	color: #999;
}

.solution1 ul li .nr h3 {
	margin-bottom: 5px;
	font-size: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.solution1 ul li .nr p{ color: #999;}

.solution1 ul li .nr span{ margin-top: 15px; display:  block;}

.solution1 ul li .nr span a{ width: 130px; height: 35px; line-height: 35px; color: #336bd8; font-size: 15px; display: block; border: 1px solid #336bd8; text-align: center;}
.solution1 ul li .nr span a:hover{ background: #336bd8; color: #fff;}

.solution1 ul li .img {
	width: 100%;
	max-width: 150px;
	overflow: hidden;
	box-shadow: 0px 0px 5px #999;
	float: right;
}

.solution1 ul li .img a {
	display: block;
	overflow: hidden;
}

.solution1 ul li .img a img {
	width: 100%;
	transform: scale(1);
	transition: all 0.5s ease 0s;
	height: auto;
}

.solution1 ul li .img a:hover img{transform: scale(1.1);
	transition: all 0.5s ease 0s;}


	.newsxx {
		padding: 50px 0px;
		color: #333;
		max-width: 1100px; margin: 0px auto;
	}
	
	.newsxx .bt {
		border-bottom: 1px solid #ddd !important;
		height: auto;
		line-height: auto;
	}
	
	.newsxx .bt h2 {
		font-size: 22px;
		color: #333;
		text-align: center;
		padding-bottom: 10px;
		line-height: 35px;
		height: auto;
	}
	
	
	.newsxx .bt h5 {
		font-size: 13px;
		-webkit-text-size-adjust: none;
		font-weight: normal;
		text-align: center;
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 0px;
		color: #777;
	}
	
	.newsxx .bt .bdsharebuttonbox {
		width: 150px;
		margin: 0px auto;
	}
	
	.newsxx .bt h2 span {
		float: right;
	}
	
	.newsxx .nr {
		font-size: 14px;
		padding: 15px 0px;
	}
	
	.newsxx .nr p {
		line-height: 30px;
	}
	
	.newsxx .nr img {
		max-width: 800px !important;
	}


	.newsxx .sxy{ border-top: 1px solid #ddd; padding-top: 20px;}
	.newsxx .sxy h2{ font-size: 14px; line-height: 32px; overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;}
	.newsxx .sxy h2 a:hover{ color: #336bd8; }



	.news ul li .time{ float: left; width: 130px; text-align: center; padding-top: 20px; color: #999; position: relative;}
	.news ul li:hover .time{ color: #336bd8;}
	.news ul li .time::after{ width: 8px; height: 8px; border-radius: 50%; position: absolute; content: ''; background: #999; top: 5px; left: 50%; margin-left: -8px;}
	.news ul li:hover .time::after{ background: #336bd8;}
	.news ul li .time h2{ font-size: 45px; font-family: fantasy;}
	.news ul li .time p{ font-size: 14px;}
	.news ul li .nr{ float: left; width: calc(100% - 300px);}
	.news ul li .nr h2 a{ padding-left: 0px;}
	.news ul li .nr h2 a::after{ display: none;}
	.news ul li .img{ float: right;}


	.about{ padding: 50px 0px;}
	.about1{ max-width: 1100px; margin: 0px auto;}
	.about .jianj{ width: 100%; margin-bottom: 30px;}
	.about .jianj .bt{ text-align: center; display: none;}
	.about .jianj .bt h2{ font-size: 22px; padding-bottom: 5px;}
	.about .jianj .bt p{ font-size: 18px; color: #ccc; text-transform: uppercase;}
	.about .jianj .nr{ padding: 15px 0px; font-size: 14px; line-height: 26px;}
	.about1 .nr{ font-size: 14px; line-height: 26px;}
	.about1 .nr img{ width: auto; margin-left: 20px;}


	.fzlc{ background: url(../images/yuanquan.png) no-repeat center center; background-size: cover;}


	.rognyu{ margin-top: 30px;}
.rognyu ul li{ width:19%; margin: 0px 3%; float: left; margin-bottom: 30px;}
.rognyu ul li a{ display: block; background-size:contain; background-position: bottom center; background-repeat: no-repeat;}
.rognyu ul li a img{ width: 100%; height: auto;}
.rognyu ul li p{ text-align: center; color: #333; font-size: 14px; line-height: 22px; padding-top: 10px; overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;}

	.about2{ max-width: 1100px; margin: 0px auto;}
	.about3{ max-width: 1100px; margin: 0px auto;}

	.job ul li{ float: left; width: 46%; margin: 0px 2%; margin-bottom: 30px;}
	.job ul li a.jobb{ display: flex; width: 100%; align-items: center; justify-content: space-between; box-shadow: 0px 0px 10px #ddd;}
	.job ul li a.jobb:hover{color: #336bd8;}
	.job ul li .img{ width: 150px;}
	.job ul li .img img{ width: 100%; height: auto;}
	.job ul li .nr{ display: flex; align-items: center; width: calc(100% - 200px);}
	.job ul li .nr h2{ width: 60%; text-align: center; font-size: 18px; color: #333;}
	.job ul li .nr p{ width: 40%; text-align: left;}
	.job ul li .more{ width: 50px; text-align: center; font-size: 20px; border-left: 1px solid #f1f1f1; height: 100%; min-height: 96px; display: flex; align-items: center; justify-content: center;}

	.job_tc{ display: none;}

.layui-layer-setwin .layui-layer-close2{ right:10px !important; top: 0px !important; background:none !important; width: 35px !important; height: 35px !important;}
.layui-layer-setwin .layui-layer-close2::after{ width: 35px; height: 2px; background: #333; content: ''; display: block; transform: rotate(135deg); margin-top: -2px;}
.layui-layer-setwin .layui-layer-close2::before{ width: 35px; height: 2px; background: #333; content: ''; display: block; transform: rotate(45deg); margin-top: 20px;}

.job_tc1{ display: flex; border-bottom: 1px solid #eee;}
.job_tc1 .img{ width: 150px;}
.job_tc1 .img img{ width: 100%; height: auto;}
.job_tc1 .nr{ display: flex; align-items: center; width: calc(100% - 200px);}
.job_tc1 .nr h2{ width:200px; text-align: center; font-size: 18px; color: #333;}
.job_tc1 .nr p{ width: 40%; text-align: left;}

.job_tc2{ font-size: 14px; line-height: 24px; padding: 15px;}
.job_tc2 .bt{ font-size: 16px; color: #333; font-weight: bold; margin-bottom: 10px;}

/*.contact{ max-width: 800px; margin: 0px auto;}
.contact ul li{ width: 50%; float: left; font-size: 16px; line-height: 45px; border-right: 1px solid #ddd; padding-left: 5%;}
.contact ul li p{ border: 0px;}
.contact ul li:nth-last-child(1){ border-right: 0px;}
.contact ul li i{ font-size: 26px; margin-right: 8px; vertical-align: sub; color: #26326f;}*/




.hr{ background: #fff;}
.hr .bt{ padding: 15px 0px; background: #f5f5f5; border: 1px solid #eee; margin-bottom: -1px;}
.hr .bt span{ height: 20px; width: 25%; display: block; float: left; text-align: center; color: #333; font-size: 15px; border-right: 2px solid #eee;}
.hr .bt span:nth-last-child(1){ border: 0px;}

.jobli{padding: 0 0px; background:#fff;}
.jobli li{width:100%; border:1px solid #eee; margin-bottom:-1px; position:relative;}
.jobli li .link{ height:55px; cursor:pointer;}
.jobli li:hover .link{ color: #e50012;}
.jobli li.open .link{ background:#fff8ed; color: #e50012;}

.jobli li .link .nr{ width:100%;  line-height:55px;}
.jobli li .link .nr span{  width: 25%; display: block; float: left; text-align: center; font-size: 14px;}

.jobli li .jobnr{ background:#fff; padding:20px 40px; font-size:14px; color: #333;}
.jobli li .jobnr .left{ float: left; width: 800px; position: relative;}
.jobli li .jobnr .right{ float: right; width: 250px; text-align: center;}
.jobli li .jobnr p{ line-height:28px;}
.jobli li .jobnr span{ padding:0px 0px; display: block;  right:-250px; bottom: 0px;}
.jobli li .jobnr span a{ width:128px; height:39px; display:inline-block; font-size:14px; line-height:39px; background:#ff6801; border-radius: 5px; color:#fff; text-align:center; margin-right:20px; padding:0px;}

